From ae7889aa76f67cd27fbebd167c7dd6e8d506f050 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Wed, 30 Aug 2017 17:13:49 -0700 Subject: [PATCH] [src/doc/book] Update 03-09-external-tools.md from external-tools.md --- src/doc/MIGRATION_MAP | 2 +- src/doc/book/src/03-09-external-tools.md | 2 +- src/doc/external-tools.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/doc/MIGRATION_MAP b/src/doc/MIGRATION_MAP index 354543bf9..47f707928 100644 --- a/src/doc/MIGRATION_MAP +++ b/src/doc/MIGRATION_MAP @@ -2,7 +2,7 @@ build-script.md book/src/03-05-build-scripts.md config.md book/src/03-03-config.md crates-io.md book/src/03-06-crates-io.md environment-variables.md book/src/03-04-environment-variables.md -external-tools.md +external-tools.md book/src/03-09-external-tools.md faq.md guide.md index.md diff --git a/src/doc/book/src/03-09-external-tools.md b/src/doc/book/src/03-09-external-tools.md index 125016d01..38ae530b4 100644 --- a/src/doc/book/src/03-09-external-tools.md +++ b/src/doc/book/src/03-09-external-tools.md @@ -69,7 +69,7 @@ If you are using Rust, there is [cargo_metadata] crate. ### Information about build -When passing `--message=format=json`, Cargo will output the following +When passing `--message-format=json`, Cargo will output the following information during the build: * compiler errors and warnings, diff --git a/src/doc/external-tools.md b/src/doc/external-tools.md index 99f9fde6a..d45e4cf64 100644 --- a/src/doc/external-tools.md +++ b/src/doc/external-tools.md @@ -14,7 +14,6 @@ facilities: # Information about project structure - You can use `cargo metadata` command to get information about project structure and dependencies. The output of the command looks like this: -- 2.30.2